@charset "utf-8";
*{padding:0; margin:0;outline:none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body{ width:100%; height:100%; 
font:14px "Hiragino Sans GB", "Microsoft YaHei", "黑体","WenQuanYi Micro Hei", arial, sans-serif;
color: #000; margin:0 auto;  background-color: #fff; line-height: 25px; }
table{border-collapse: collapse; border-spacing: 0;}
ol,ul { list-style:none; }
a:link,a:visited{text-decoration:none; color:#000; }
a:hover{ color: #0d6fb8; }
img{border:none;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
.FL{float: left;} .FR{float: right;}
input[type="button"], input[type="submit"],
input[type="reset"] {-webkit-appearance: none;border:0; border-radius: 0; outline: none}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc; font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc; font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc; font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc; font-size: 12px;
}
textarea {  -webkit-appearance: none;}   
input[type="text"]{-webkit-appearance: none;  outline: none}
select{-webkit-appearance: none; border-radius: 0; padding:3px 5px;}
.clearfix:after{content:""; height:0; line-height:0; display:block;
visibility:hidden; clear:both;}
.clearfix{zoom:1;/* 为了兼容IE */}
.widCon{ width: 1200px; margin: 0 auto; }
.goTop{
	display: none;
	position: fixed; bottom: 5%; right: 15px;
	width: 35px; height: 35px; 
	border-radius: 3px; background: url(../image/up.png) no-repeat center;
	z-index: 2999; background-color: #CC6633; background-size: 20px;
}
/* showPage */
.showPage{ margin-top: 40px; text-align: center; }
.showPage a{
	display: inline-block; padding:5px 12px;
	background: rgba(0,0,0,.05); border-radius: 3px;
	margin-right: 3px; font-size: 14px;
}
.showPage a.nolinks{ background-color: #0d6fb8; color: #fff; }
.showPage a.nolinks:hover{ color: #fff !important; }
/* ======================= header ================== */
.header>div{position: relative;}
.menuBtn{
	display: none; width: 45px; height: 45px;position: absolute;top: -5px; right: -25px;
	background: url(../image/m.png) no-repeat center;
	background-size: 25px; z-index: 2999;
}
.fixMenu{
	display: none;
	position: fixed;
	top: 0; left: 0; 
	width: 100%; height: 100%;
	z-index: 3000;
	padding: 35px 5%;
	background-color: #fff;
}
.fixMenu >a {
	display: block; height: 40px; line-height: 40px; text-align: center;
	border-radius: 5px; background-color: #0d6fb8; color: #fff; font-size: 16px;
	margin-bottom: 15px;
}
.logo{
	position: absolute;
	width: 150px;
	height: 40px;
	overflow: hidden;
	top: 20px;
	left: -120px;
}
.logo>img{width: 100%;height: 100%;}
.navMenu{ height: 80px; margin-left: 80px;}
.navMenu>li{float: left;position: relative;}
.navMenu>li>a{
	position: relative; 
	display: block;
	line-height: 80px;
	padding: 0 20px;
	font-size: 14px;
	color: #000;
}
.navMenu>li.active>a,
.navMenu>li>a:hover{
	background-image: linear-gradient(to bottom ,rgba(200,210,232,0.85) ,#fff 90%);
	background-color: #004de3; 
	color: #000;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.navMenu>li.active>a::before,
.navMenu>li>a:hover::before{
	content: " ";
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	background-color: rgba(0,75,226 ,0.7);
	-webkit-animation: goright 0.5s;
	animation: goright 0.5s;
}
.navMenu>li:hover .subMenu{
	display: block;
	-webkit-animation: subMenuSlide 0.5s;
	animation: subMenuSlide 0.5s;
}
.navMenu .subMenu{
	display: none;
	position: absolute; width: 150%;
	background-color: #fff;
	overflow: hidden;
	z-index: 2000;
}
.subMenu>li>a{display: block; font-size: 12px; padding: 5px 15px;border-top: 1px solid #eee;}

.navSch{
	height: 40px;
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	box-shadow: 2px 0px 3px -2px rgba(0,0,0 ,0.15) inset,
				0px 2px 3px 2px rgba(0,0,0 ,0.15) inset;
	-webkit-box-shadow: 2px 0px 3px -2px rgba(0,0,0 ,0.15) inset,
				0px 2px 3px 2px rgba(0,0,0 ,0.15) inset;
	-moz-box-shadow: 2px 0px 3px -2px rgba(0,0,0 ,0.15) inset,
				0px 2px 3px 2px rgba(0,0,0 ,0.15) inset;
	-ms-box-shadow: 2px 0px 3px -2px rgba(0,0,0 ,0.15) inset,
				0px 2px 3px 2px rgba(0,0,0 ,0.15) inset;

}
.navSch>span{
	display: block;width: 45px;height: 40px;
	background: url(../image/sch.png) no-repeat center;
	cursor: pointer;
}
.navSch>input{
	display: block;width: 235px; height: 20px;border: 0;
	padding: 0 10px; margin-top:12px; margin-right: 10px;
}
/* ======================= adContainer ================== */
.adContainer{
	width: 100%;
	overflow: hidden;
	z-index: 1999;
}
.adContainer img{width: 100%;}
.areaTitle{margin-top: 50px;}
.areaTitle>h1{
	/* text-transform:capitalize; */
	font-size: 40px;
	font-family: "Arial";
	font-style: italic;
	font-weight: 600;
	text-shadow: 0 0 #0d6fb8;
	color: #dde3f9;
}
.areaTitle>p{
	position: relative;
	height: 25px; 
	line-height: 25px; 
	font-size: 14px;
	padding: 0 5px;
	color: #777d93;
}
.areaTitle>p>strong{font-size: 16px; color: #333; margin-right: 10px;}

.proRecList{margin-top: 40px;margin-left: -40px;}
.proRecList>li{float: left; width: 270px; overflow: hidden; margin-left: 40px;}
.proRecList .thumb{ height: 360px; overflow: hidden;}
.proRecList .thumb:hover{ cursor: default; }
.proRecList .thumb:hover img{ transform: scale(1.1); }
.thumb>img{ height: 100%;width: 100%;display: block; }
.proRecList .caption{margin-top: 30px;}
.caption .title{font-size: 20px;line-height: 1.5em; color: #333;text-shadow: 0 0 #333;}
.proRecList .caption .title{ overflow: hidden;}
.proRecList .caption .stitle{ font-size: 16px;color: #777d93; }
.caption .des{ color: #666; font-size: 14px; margin-top: 10px; line-height: 1.5em;}
.proRecList .des{ height: 6em; overflow: hidden;  }
.proRecList .more{
	display: block;
	width: 130px; 
	height: 25px;
	line-height: 23px;
	border: 1px solid #777; 
	padding: 0 10px;
	margin-top: 10px;
	border-radius: 25px;
	color: #777;
}
.proRecList .more:hover{ background-color: #004ce2; color: #fff !important; }
.proRecList>li:hover .title{ color: #0d6fb8; }
.proRecList>li:hover .more{color: #0d6fb8;border-color: #0d6fb8;}
.proRecList .thumb >img{
	/*-webkit-filter: grayscale(100%);   
    filter: grayscale(100%);*/
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.proRecList>li:hover .thumb>img{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.abContainer{margin: 70px 0 120px 0;}
.abRec{margin-top: 40px;}
.abRec .thumb{ width: 700px; height: 375px; }
.abRec .thumb>img{width: 100%;}
.abRec .caption{
	position: relative;
	top: 20px;
	left: -50px;
	width: 550px;
	height: 335px;
	margin-left: 700px; 
	padding: 25px; 
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	text-align: justify;
}
.abRec .heading{margin-bottom: 2em;}
.abRec .title{
	position: relative;
	color: #333;
	padding-bottom: 10px;
	margin-right: 5px;
}
.abRec .title:after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #004ce2;
}
.abRec .stitle{ color: #9cacca; font-weight: normal;text-shadow: 0 0 #9cacca;margin-bottom: 25px;}
.abRec .des{ line-height: 2em; height: 14em; overflow: hidden; }
.abRec .seotitle{
	position: absolute;
	bottom: 25px ;
	right: 25px; 
	height: 25px;
	padding-left: 80px;
	color: #999;
}
.videoBox{
	padding: 40px 0;
	margin-top: 30px;
	background-color: #e6ebf6;
}
.videoBox .areaTitle{margin-top: 0;}
.videoBox .areaTitle>h1{color: #fff;}
.videoBox .areaTitle>p{color: #fff;}
.videoBox .areaTitle>p::after{ background-color: #fff; }
.videoCon{position: relative;}
.more{
	display: inline-block; 
	width: 110px; 
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.videoCon .more{
	position: absolute; right: 2px; top: 20px;
	background-color: #fff; color: #000;
}
.videoCon .more:hover{ color: #0d6fb8; }
.videoList{margin-left: -37px;margin-top: 0px;}
.videoList>li{float: left;width: 375px; height: 220px; overflow: hidden;margin-left: 37px;margin-bottom: 0px;}
.videoList video{ display: block;width: 100%; height: 100%; }
.caseContainer{position: relative;}
.caseContainer .more{
	position: absolute; top: 20px; right: 2px;
	background-color: #19a4cc; color: #fff;
}
.caseRecList{margin-left: -37px; margin-top: 35px;}
.caseRecList>li{
	position: relative;float: left;
	width: 375px; margin-left: 37px; 
	border-radius: 5px 5px 0 0;overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	-ms-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	border-radius: 5px;
}
.caseRecList .thumb{ overflow: hidden; padding: 10px; }
.caseRecList .thumb img{ width: 100%;height: 100%; }
.caseRecList .caption{position: relative; padding: 0px 10px 15px 10px; }
.caseRecList>li:hover .caption::before{
	content: ""; display: block; position: absolute; left: 0; bottom: 0;
	width: 100%; height: 2px; background-color: #ec6941;
	-webkit-animation: goright 1s linear;
	animation: goright 1s linear;
}
.caseRecList>li:hover{
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.25);
}
.caseRecList>li:hover::before{
	content: ""; display: block; position: absolute; left: 0; top: 0;
	width: 100%; height: 2px; background-color: #ec6941;
	-webkit-animation: goright 1s linear;
	animation: goright 1s linear;
}
.caseRecList>li:hover .thumb::after{
	content: ""; display: block; position: absolute; right: 0; top: 0;
	width: 2px; height: 100%; background-color: #ec6941;
	-webkit-animation: gotop 1.5s;
	animation: gotop 1.5s;
}
.caseRecList>li:hover::after{
	content: ""; display: block; position: absolute; left: 0; top: 0;
	width: 2px; height: 100%; background-color: #ec6941;
	-webkit-animation: gotop 1.5s;
	animation: gotop 1.5s;
}
.caseRecList .caption .title{
	height: 1.5em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	background: url(../image/star.png) no-repeat;
	background-position: 100% 50%;
}
.caseRecList .caption .des{
	font-size: 12px; height: 3em; overflow: hidden;
	background-position: 2px 50%;
}
.CooContainer{
	padding: 30px 0 30px 0;
}
.CooRecList{
	margin-left: -25px;
	margin-top: 50px;
}
.CooRecList>li{
	display: flex;
	display: -webkit-flex;
	float: left; 
	width: 220px; 
	height: 80px;
	margin-left: 25px;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 3px rgba(100,100,100,0.1);
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	overflow: hidden;
}
.CooRecList>li img{
	display: block;
}
.newRecList{ overflow: hidden; margin-top: 50px; }
.newRecList .left{float: left;width: 465px;}
.newRecList .left .title{margin-top: 10px;}
.newRecList .left >span{color:#444; }
.newRecList .right{float: left; width: 665px; margin-left: 70px;}
.newRecList .title{ font-size: 16px; color: #000; text-shadow: 0 0 #000; }
.newRecList .time{font-size: 12px; color: #666;margin-right: 35px;}
.newRecList .cate{font-size: 14px;color: #444;margin-right: 25px;}
.newRecList .title{ height: 1.5em; line-height: 1.5em; overflow: hidden; }
.newRecList .title span:last-child{
	margin-left: 25px;
	text-overflow: ellipsis;white-space: nowrap;
}
.newRecList .des{
	font-size: 12px; color: #666; height: 1.5em; line-height: 1.5em; margin-top: 10px;
	padding-left: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.newRecList .right{margin-top: -20px;}
.newRecList .right>li{padding: 20px 0; border-bottom: 1px solid #ccc;}
.newRecList .right>li:hover .title{ color: #0d6fb8; }
/* 友情链接 */
.link{
	padding: 7px 0;
	font-size: 12px;
	background-color: #1b273e;
	color: #999;
}

.link a{ color: #999; padding: 0 10px; border-right: 1px solid #666; }
.link a:hover{ color: #ccc; }
.link a:last-child{border: 0;}
/* CopyRight */
.copyRight{
	min-width: 1200px;
	height: 40px;background-color: #0f152a; color: #666; text-align: center;
	font-size: 12px; line-height: 40px;
}
.copyRight a{color: #666;}
.copyRight>div{border-top: 1px solid #333;}
/* footer */
.footer{
	height: 350px; background-color: #0f152a; color: #999; min-width: 1200px;
	padding-top: 50px;
}
.footer a{ color: #fff; }
.footer .info{ width: 390px; padding-right: 100px;}
.footer .info>p{ font-size: 26px; margin-bottom: 25px;}
.footer .info>.des{font-size:14px; height: 10em;line-height: 2em; overflow: hidden;}
.footer .info>a{font-size: 12px; color: #999; }
.footer .info>a:hover{text-decoration: underline; color: #ccc;}
.footer .info>.icons{
	width: 80%;
	border-top: 1px solid #fff;margin-top: 25px;
}
.footer .info>.icons>a{
	display: inline-block; width: 40px; height: 40px;
}
.icons .qq{
	background: url(../image/i-qq.png) no-repeat center;
	background-size: 22px;
}
.icons .wx{
	background: url(../image/i-wx.png) no-repeat center;
	background-size: 25px;
}
.icons .wb{
	background: url(../image/i-wb.png) no-repeat center;
	background-size: 25px;
}
.footer .foolin{ width: 200px; }
.foolin>p,.footact>p,.foowx>p{font-size: 18px;margin-bottom: 25px;}
.foolin>li{
	height: 2em; overflow: hidden;
	line-height: 2em; padding-left: 1.5em;background: url(../image/i-s-r.png) no-repeat;
	background-position: 0 50%;
}
.footer .footact{ width: 330px; }
.footact>li{
	line-height: 1.5em; margin-bottom: 20px; padding-left: 25px;
}
.footact>li:nth-child(2){
	background: url(../image/i-s-addr.png) no-repeat;
	background-position: 0 50%; background-size: 12px;
}
.footact>li:nth-child(3){
	background: url(../image/i-s-phone.png) no-repeat;
	background-position: 0 50%; background-size: 12px;
}
.footact>li:nth-child(4){
	background: url(../image/i-s-mail.png) no-repeat;
	background-position: 0 50%; background-size: 12px;
}
.footact>li:nth-child(5){
	background: url(../image/i-s-time.png) no-repeat;
	background-position: 0 50%; background-size: 12px;
}
.footer .foowx{width: 190px;}
/* banner */
.banner>img{width: 100%;display: block;}
.navLink{ text-align: left; font-size: 12px;margin-top: 25px; }
.navLine{margin-top: 35px;}
.navLine>li{
	height: 45px; line-height: 45px; float: left;margin-bottom: 50px;
}
.navLine>li>a{padding: 0 30px; border-right: 1px solid #000;}
.navLine>li:first-child.active{
	border-top-left-radius: 25px;
}
.navLine>li:last-child.active{
	border-top-right-radius: 25px;
}
.navLine>li.active{
	background-color: #004ce2;
}
.navLine>li.active>a{color: #fff;border: 0;}
.navLine>li:last-child>a{border: 0;}
.content{ padding: 10px 0; line-height: 1.5em; font-size: 14px; color: #333; margin-bottom: 50px;}
.content img{max-width: 100%;}
.abIntr{ margin-top: 50px; }
.abIntr .thumb{
	width: 440px; height: 260px;padding: 8px;
	box-shadow: 1px 1px 3px 3px rgba(40,40,40,0.05);
	border-radius: 3px;
}
.abIntr .caption{
	width: 725px; 
	color: #000;
	padding: 0 15px; 
}
.abTitle{
	position: relative;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-shadow: 0 0 #000;
}
.abTitle:after{
	display: block;
	content: " ";
	position: absolute;
	width: 4em;
	height: 5px;
	background-color: rgba(100,165,240,0.75);
	left: 0;
	bottom: 0.1em;
}
.abIntr .caption>h1{font-size: 32px; color: #fff;font-weight: normal;margin-bottom: 30px;}
.abIntr .caption>p{font-size: 18px;margin-bottom: 20px;}
.abIntr .caption>.des{
	text-align: justify;
	color: #000;line-height: 2em;
}
.abculture{
	margin-top: 50px;
}
.culture_group{
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.culture_group >li{
	width: 365px;
	padding: 25px 0;
}
.culture_group .thumb{
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
.culture_group .icon-1{
	background-image: url(../image/culture-1.png);
}
.culture_group .icon-2{
	background-image: url(../image/culture-2.png);
}
.culture_group .icon-3{
	background-image: url(../image/culture-3.png);
}
.culture_group .caption{
	text-align: center;
}
.abhistory{
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #f8faff;
}
.abcore{
	margin-top: 50px;
}
.core_group,
.honor_group{
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 25px;
}
.core_group>li{
	width: 380px;
	margin-bottom: 40px;
}
.core_group .thumb{
	height: 200px;
	overflow: hidden;
}
.core_group .caption{
	padding: 10px;
}
.core_group .caption .des{
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	color: #999;
}
.abhonor{
	padding: 50px 0;
}
.honor_group{
	padding: 25px;
	box-shadow: 1px 1px 3px 3px rgba(40,40,40,0.05);
	border-radius: 3px;
}
.ablogo{
	margin-bottom: 10px;
}
.honor_group .item-des{
	width: 635px;
	text-align: justify;
}
.honor_group .item-img{
	display: block;
	width: 215px;
	margin: 0 auto;
}
.caseIntr .thumb{ height: 311px; }
.caseIntr .caption{ height: 311px; }
.schBoxer{
	padding: 20px 0; border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;
	margin-top: 10px;
}
.schBoxer input{
	float: left; display: block;height: 40px; width: 340px; border: 0; background-color: #e5e5e5;
	padding: 0 10px;
}
.schBoxer a{
	display: block;float: left; height: 40px; width: 40px;
}
.schBoxer .right span{ display: inline-block; line-height: 40px; margin: 0 7px; }
.schBoxer .right span:first-child{color: #ccc;}
.schBoxer ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666; font-size: 12px;
}
.schBoxer .right .word{ cursor: pointer; }
.goschbtn{ background: url(../image/i-sch.png) no-repeat center;background-color: #0d6fb8;background-size: 18px;}
.productCon{ margin: 50px auto; }
.proSide{ width: 240px; }
.proRight{ width: 900px; margin-left: 60px; }
.sideTitle{
	background-color: #004ce2; color: #fff; text-align: center;
	padding: 35px 0;
}
.sideTitle>p{ font-size: 26px; background: url(../image/i-pro.png) no-repeat;background-position:1em 50%; }
.sideTitle>p.news{background: url(../image/i-news.png) no-repeat;background-position:1em 50%;}
.sideTitle>span{display: block;margin-top: 5px;text-transform: uppercase;}
.sideMenu{background-color: #f2f2f2;margin-top: -1px;}
.sideMenu>li{position: relative;border-top: 1px solid #ccc;}
.sideMenu>li>a{position: relative; display: block;height: 40px; line-height: 40px; font-size: 16px; text-indent: 2em;}
.sideMenu>li>a::before{
	font-size: 14px;
	content: ">"; color: #000; position: absolute; left: -1.5em;
}
.sideMenu>li.active>a{background-color: #0d6fb8; color: #fff; }
.sideMenu>li.active>a:before{ color: #fff; }
.sideMenu .subMenu>li{position: relative; padding-left: 25px;}
.sideMenu .subMenu>li::before{
	content: "";display: block; width: 5px; height: 5px; background-color: #666;
	border-radius: 100%; position: absolute; left: 20px; top: 45%;
}
.rexianBox{
	position: relative;
	background-color: #dddddd; margin-top: 25px;
	padding: 10px 0 10px 70px;
}
.rexianBox::before{
	content: "";display: block;position: absolute; width: 5px; height: 100%;
	left: 0;top: 0;background-color: #0d6fb8;
}
.rexianBox::after{
	content: "";display: block; position: absolute; width: 40px; height: 40px;
	left: 1em; top: 1em;border-radius: 100%;
	background: url(../image/i-phone.png) no-repeat center; background-color: #0d6fb8;
	background-size: 25px;
}
.rexianBox i{font-weight: bold;color: #0d6fb8; }
.hotPro{margin-top: 25px;overflow: hidden;}
.hotPro img{width: 100%;}
.hotPro a{display: block;position: relative;}
.hotPro .swiper-slide{ overflow: hidden; }
.hotPro a::before{
	content: "";display: block;
	position: absolute; top: 0; left: 0;
	width: 50px; height: 50px;
	background: url(../image/i-hot.png) no-repeat center;
	background-size: 100%;
}
.hotpagination{ margin-top: 10px; text-align: center; }
.rightTopTil{overflow: hidden;background-color: #405173;color: #666;}
.rightTopTil>p{position: relative;height: 35px;line-height: 35px; font-size: 16px; color: #fff;padding-left: 35px; }
.rightTopTil>p::before{
	content: "";display: block; position: absolute;
	width: 35px; height: 35px; top: 0; left: 0em;
	background: url(../image/i-p.png) no-repeat center;
}
.proListCon{margin-top: 40px;}
.proListCon>li{
	padding: 20px;border: 1px solid #e0e0e0; margin-bottom: 20px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.proListCon>li:hover{
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
	-ms-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
}
.proListCon .thumb{
	position: relative;
	width: 322px;
	float: left;
	overflow: hidden;
}
.newsListCon .thumb{ width: 300px; }
.proListCon .caption{ padding-left: 350px; }
.newsListCon .caption{ padding-left:380px; }
.newsListCon .caption .time{font-size: 12px; color: #aaa;}
.proListCon .caption .title{
	height: 1.5em; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	color: #000;font-size: 18px; text-shadow: 0 0 #000;
}
.proListCon .caption .des{
	height: 8em; line-height: 2em;overflow: hidden;
}
.newsListCon .caption .des{
	height: 8em; overflow: hidden;
}
.proListCon .btngp{margin-top: 20px;}
.proListCon .btngp>a{
	display: inline-block; padding: 3px 20px;color: #fff;
	border: 1px solid #ccc; color: #004ce2;
	border-radius: 5px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.proListCon .btngp .detail{ margin-left: 0; }
.proListCon .btngp .price:hover{ background-color: #0d6fb8; color: #fff; }
.proListCon .btngp .detail:hover{ background-color: #004ce2; color: #fff; }
.proDet{ margin-top: 25px; }
.proDet .thumb{width: 500px; padding: 10px; border: 1px solid #eee;float: left;}
.proDet .caption{ padding-left: 540px; }
.proDet .caption .title{ font-size: 18px; color: #0d6fb8;padding-top: 75px; }4
.proDet .caption .des{ height: 7.5em; overflow: hidden; }
.newContent{ padding: 25px 15px; }
.detBack{ text-align: center; }
.detBack>a{display: inline-block; padding: 5px 25px; background-color: #eee; color: #666;border-radius: 5px;}

.contactIcon{
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	margin: 50px auto;
}
.contactIcon>li{
	display: block;
	align-self: center;
	width: 30%;
	padding: 15px;
	box-shadow: 1px 1px 3px 3px rgba(40,40,40,0.1);
	border-radius: 5px;
	border-top-right-radius: 30px;
}
.contactIcon .iconDiv{
	width: 70px; height: 70px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-size: 100%;
}
.contactIcon .title{
	font-size: 14px;
	color: #000;
	text-shadow: 0 0 #000;
	margin-top: 7px;
}
.contactIcon .des{
	font-size: 12px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	color: #999;
}
.contactIcon .icon-1{
	background-image: url(../image/c-1.png);
}
.contactIcon .icon-2{
	background-image: url(../image/c-2.png);
}
.contactIcon .icon-3{
	background-image: url(../image/c-3.png);
}
.contactIcon li{ text-align: center; }
.baiduMap{ height: 520px; width: 100%; margin: 100px auto;}

.mesCon .mesTitle{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.mesCon .leavebox{
	box-shadow: 1px 1px 3px 3px rgba(40,40,40,0.1);
	padding: 40px 30px;
	margin-bottom: 50px;
	border-radius: 5px;
}
.mesCon .mesDes{
	font-size: 14px;
	color: #999;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 15px;
}

.inputLine{
	display: flex; display: -webkit-flex;
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-between; -webkit-justify-content: space-between;
}
.inputLine>input{
	display: block; width: 30%; height: 45px; line-height: 45px;
	padding: 5px 8px; border: 1px solid #eee;border-radius: 5px;
}
.form textarea{
	display: block; height: 225px; width: 100%; border:1px solid #eee;
	resize: none; margin: 25px auto; padding: 5px;border-radius: 5px;
}
.form .btn{
	display: block; width: 295px; height: 45px; line-height: 45px;
	background-color: #004ce2; color: #fff; font-size: 14px; border:0;
	margin: 0 auto; cursor: pointer; border-radius: 7px;
	letter-spacing: 2px;
}
.mapMob{ display: none; }
/* =================================keyframes==================================== */
@keyframes goright{
	from{width: 0; left: 50%}
	to{width: 100%; left: 0;}
}
@-webkit-keyframes goright{
	from{width: 0; left: 50%}
	to{width: 100%; left: 0;}
}
@-moz-keyframes goright{
	from{width: 0; left: 50%}
	to{width: 100%; left: 0;}
}
@-o-keyframes goright{
	from{width: 0;}
	to{width: 100%;}
}
@keyframes gotop{
	from{height: 0; top: 50%}
	to{height: 100%; top: 0;}
}
@-webkit-keyframes gotop{
	from{height: 0; top: 50%}
	to{height: 100%; top: 0;}
}
@-moz-keyframes gotop{
	from{height: 0; top: 50%}
	to{height: 100%; top: 0;}
}
@-o-keyframes gotop{
	from{height: 0;}
	to{height: 100%;}
}
@keyframes subMenuSlide {
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes subMenuSlide {
	from{opacity: 0;}
	to{opacity: 1;}
}
@-moz-keyframes subMenuSlide {
	from{opacity: 0;}
	to{opacity: 1;}
}
@-o-keyframes subMenuSlide {
	from{opacity: 0;}
	to{opacity: 1;}
}

/* 1200 以下 */
@media screen and (max-width: 1200px) {
	.widCon{width: 90%;}
	.des{ height: auto !important; }
	.logo{position: relative;left: 0px;top: 10px;}
	.logo>img{width: auto;}
	.navSch{width: 100%;margin-bottom: 10px;}
	.navMenu{display: none; }
	.areaTitle>h1,
	.abIntr .caption>h1,
	.rightTopTil>p{ font-size: 18px; }

	.areaTitle>p{display: none;}
	.proRecList{margin-left: 0;}
	.proRecList>li{ width: 100%; margin:0; margin-bottom: 40px;}
	.proRecList .thumb >img{filter: grayscale(0);width: 100%;}
	.proRecList .thumb{ height: auto; }

	.abRec .thumb,
	.newRecList .left,
	.abIntr .thumb,
	.abIntr .caption,
	.newRecList .right,
	.caseRecList .thumb,
	.proDet .thumb{ width: 100%; height: auto;float: unset; }

	.abRec .caption{width: 100%; height: auto; margin: 0; left: 0;}
	.abRec .seotitle{position: relative; left: 0;bottom: 0;padding-left: 0;}
	.proListCon .caption,
	.newRecList .right,
	.proDet .caption{width: 100%; height: auto; margin-left: 0;padding-left: 0;}
	.abRec .stitle{ bottom: -2em; }

	.videoBox{background-repeat: repeat;}
	.videoCon .more,
	.caseContainer .more{ top: 0; }

	.videoList,
	.caseRecList{margin-left: 0;}

	.videoList>li,
	.CooRecList{ margin-left: 0; }
	.caseRecList>li,
	.CooRecList>li{width: 100%; height: auto; float: unset; margin: 0; margin-bottom: 15px;}

	.footer,
	.copyRight{ width: 100%; height: auto; min-width: auto; }

	.footer .info,
	.footer .foolin,
	.footer .footact,
	.footer .foowx{ float: unset; width: 100%;height: auto; margin-bottom: 15px;}
	.footer {padding-bottom: 10px;}
	.copyRight{ line-height: 1.5em; padding: 0.5em 0;}
	.foowx{ text-align: center; }

	.proSide,.proRight{float: unset; width: 100%; margin-left: 0; }
	.proRight{ margin-top: 30px; }
	.hotPro{margin-bottom: 25px;}
	.hotPro img{width: 100%;}
	.proListCon .thumb,
	.schBoxer .left,
	.schBoxer .right{width: 100%;float: unset;}
	.proListCon>li{border-radius: 5px;}
	.proListCon .caption .des,
	.abIntr .caption>.des,
	.footer .info>.des{line-height: 1.5em;}
	.schBoxer input{
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.navLine>li{ width: 50%; margin-bottom: 5px; border: 1px solid #eee;}
	.navLine>li>a{ display: block; border: 0;text-align: center; }
	.proDet .caption .title{padding-top: 10px;}
	.menuBtn{ display: block; top: 5px; }

	.contactIcon>li{ width: 100%; margin-bottom: 25px; }
	.inputLine{ flex-flow: column; -webkit-flex-flow: column; }
	.inputLine>input{ width: 100%; margin-bottom: 15px; border-radius: 5px; }
	.form textarea{ border-radius: 5px; }
	.baiduMap{ display: none; }
}